home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 120 / maccd 120.iso / Utilities / Mac OS X / File Buddy 8.dmg / File Buddy 8 Public Beta 10 / File Buddy 8b10.app / Contents / Info.plist < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-03  |  2.7 KB  |  103 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeIconFile</key>
  11.             <string>135</string>
  12.             <key>CFBundleTypeName</key>
  13.             <string>File Buddy volume snapshot</string>
  14.             <key>CFBundleTypeOSTypes</key>
  15.             <array>
  16.                 <string>Vsnp</string>
  17.             </array>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.         </dict>
  21.         <dict>
  22.             <key>CFBundleTypeIconFile</key>
  23.             <string>136</string>
  24.             <key>CFBundleTypeName</key>
  25.             <string>File Buddy folder snapshot</string>
  26.             <key>CFBundleTypeOSTypes</key>
  27.             <array>
  28.                 <string>Fsnp</string>
  29.             </array>
  30.             <key>CFBundleTypeRole</key>
  31.             <string>Editor</string>
  32.         </dict>
  33.         <dict>
  34.             <key>CFBundleTypeIconFile</key>
  35.             <string>137</string>
  36.             <key>CFBundleTypeName</key>
  37.             <string>File Buddy file list</string>
  38.             <key>CFBundleTypeOSTypes</key>
  39.             <array>
  40.                 <string>ƒ∫FL</string>
  41.                 <string>FLst</string>
  42.             </array>
  43.             <key>CFBundleTypeRole</key>
  44.             <string>Editor</string>
  45.         </dict>
  46.         <dict>
  47.             <key>CFBundleTypeOSTypes</key>
  48.             <array>
  49.                 <string>fold</string>
  50.                 <string>disk</string>
  51.                 <string>****</string>
  52.             </array>
  53.             <key>CFBundleTypeRole</key>
  54.             <string>Viewer</string>
  55.         </dict>
  56.         <dict>
  57.             <key>CFBundleTypeExtensions</key>
  58.             <array>
  59.                 <string>fbAutoReg</string>
  60.             </array>
  61.             <key>CFBundleTypeName</key>
  62.             <string>File Buddy auto registration file</string>
  63.             <key>CFBundleTypeOSTypes</key>
  64.             <array>
  65.                 <string>FbRg</string>
  66.             </array>
  67.             <key>CFBundleTypeRole</key>
  68.             <string>Editor</string>
  69.         </dict>
  70.     </array>
  71.     <key>CFBundleExecutable</key>
  72.     <string>File Buddy</string>
  73.     <key>CFBundleGetInfoString</key>
  74.     <string>8.0b10, ¬© Copyright 1993-2004 SkyTag Software</string>
  75.     <key>CFBundleHelpBookFolder</key>
  76.     <string>File Buddy Help</string>
  77.     <key>CFBundleHelpBookName</key>
  78.     <string>File Buddy Help</string>
  79.     <key>CFBundleIconFile</key>
  80.     <string>128</string>
  81.     <key>CFBundleIdentifier</key>
  82.     <string>com.skytag.FileBuddy</string>
  83.     <key>CFBundleInfoDictionaryVersion</key>
  84.     <string>6.0</string>
  85.     <key>CFBundleName</key>
  86.     <string>File Buddy</string>
  87.     <key>CFBundlePackageType</key>
  88.     <string>APPL</string>
  89.     <key>CFBundleShortVersionString</key>
  90.     <string>8.0b10</string>
  91.     <key>CFBundleSignature</key>
  92.     <string>FBud</string>
  93.     <key>CFBundleVersion</key>
  94.     <string>8.0b10</string>
  95.     <key>LSMinimumSystemVersion</key>
  96.     <string>10.3</string>
  97.     <key>NSAppleScriptEnabled</key>
  98.     <string>No</string>
  99.     <key>NSHumanReadableCopyright</key>
  100.     <string>Copyright ¬© 1993-2004 SkyTag Software</string>
  101. </dict>
  102. </plist>
  103.